Executable Statements
Pascal
C/C++
w
NO PASCAL
EQUIVALENT
l
The C compound statement
may begin with declarations for
local variables:
{
int temp;
temp = y;
y = z;
z = temp;
}
l